DELETE
/
v1
/
inventory
/
warehouses
/
{id}
Delete Warehouse
curl --request DELETE \
  --url https://{client_id}.shipstream.app/api/global/v1/inventory/warehouses/{id}
This response does not have an example.

Path Parameters

id
integer
required

The id of the Warehouse.

Required range: x >= 1

Response

200

OK - The operation completed successfully and there is no response body.